home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / making.dxr / 00035_next.ls < prev    next >
Encoding:
Text File  |  1998-10-09  |  682 b   |  19 lines

  1. on mouseUp
  2.   global captioncast, photocast, moviecast, moviebtncast
  3.   if (the visible of sprite moviecast = 1) and not soundBusy(2) then
  4.     set the movieRate of sprite moviecast to 0
  5.   end if
  6.   set the visible of sprite captioncast to 0
  7.   set the visible of sprite photocast to 0
  8.   set the visible of sprite moviecast to 0
  9.   set the visible of sprite moviebtncast to 0
  10.   set the castNum of sprite captioncast to member "rep_caption_core"
  11.   set the castNum of sprite photocast to member "rep_photo_core"
  12.   set the castNum of sprite moviecast to member "rep_mov_core"
  13.   puppetSound(1, "CLICK.aif")
  14.   if not soundBusy(2) then
  15.     puppetSound(2, "report.aif")
  16.   end if
  17.   go(#next)
  18. end
  19.